Skip to content

build: update all non-major dependencies#24151

Merged
dgp1130 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-minor-patch
Oct 27, 2022
Merged

build: update all non-major dependencies#24151
dgp1130 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-minor-patch

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Oct 27, 2022

This PR contains the following updates:

Package Type Update Change
@babel/generator (source) dependencies minor 7.19.6 -> 7.20.0
@babel/generator (source) devDependencies minor 7.19.6 -> 7.20.0
@babel/runtime (source) dependencies minor 7.19.4 -> 7.20.0
@babel/runtime (source) devDependencies minor 7.19.4 -> 7.20.0
@bazel/concatjs devDependencies patch 5.7.0 -> 5.7.1
@bazel/jasmine devDependencies patch 5.7.0 -> 5.7.1
aspect_bazel_lib http_archive minor v1.13.1 -> v1.14.0
build_bazel_rules_nodejs http_archive patch 5.7.0 -> 5.7.1
pacote dependencies patch 15.0.3 -> 15.0.4
pacote devDependencies patch 15.0.3 -> 15.0.4

Release Notes

babel/babel

v7.20.0

Compare Source

🚀 New Feature
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-syntax-typescript
  • babel-generator, babel-parser, babel-plugin-syntax-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-syntax-import-reflection, babel-standalone, babel-types
  • babel-generator, babel-helper-skip-transparent-expression-wrappers, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
bazelbuild/rules_nodejs

v5.7.1

Compare Source

aspect-build/bazel-lib

v1.14.0

Compare Source

Using Bzlmod:

  1. Enable with --experimental_enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "aspect_bazel_lib", version = "1.14.0")

Read more about bzlmod: https://blog.aspect.dev/bzlmod

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "9305799c6d9e425e6b73270a0f9eb0aa1082050823a7eefad95edcece545e77b",
    strip_prefix = "bazel-lib-1.14.0",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.14.0.tar.gz",
)

load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")

aspect_bazel_lib_dependencies()

Optional toolchains:

### Register the following toolchain to use jq

load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")

register_jq_toolchains()

### Register the following toolchain to use yq

load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")

register_yq_toolchains()

What's Changed

Full Changelog: bazel-contrib/bazel-lib@v1.13.1...v1.14.0

npm/pacote

v15.0.4

Compare Source

Dependencies

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Oct 27, 2022
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Oct 27, 2022
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from d37614d to 20bc739 Compare October 27, 2022 13:20
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 20bc739 to ba99f8c Compare October 27, 2022 16:49
@dgp1130 dgp1130 merged commit 5036827 into angular:main Oct 27, 2022
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch October 27, 2022 19:35
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants